IModule 介面
代表一个装置。
继承体系
System.Object
System.ComponentModel.INotifyPropertyChanged
IntervalZero.KINGSTAR.Base.Class.IModule
组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
语法
public interface IModule : INotifyPropertyChanged
Public Interface IModule Inherits INotifyPropertyChanged
衍生介面
IModule 介面陈列了以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() | ReadSdoBuffer | 透过服务资料物件 (SDO) 读取位元组阵列。 |
![]() | ReadSdoByte | 透过服务资料物件 (SDO) 读取位元组。 |
![]() | ReadSdoDouble | 透过服务资料物件 (SDO) 读取 double。 |
![]() | ReadSdoInt16 | 透过服务资料物件 (SDO) 读取 short。 |
![]() | ReadSdoInt32 | 透过服务资料物件 (SDO) 读取 int。 |
![]() | ReadSdoInt64 | 透过服务资料物件 (SDO) 读取 long。 |
![]() | ReadSdoSByte | 透过服务资料物件 (SDO) 读取 sbyte。 |
![]() | ReadSdoSingle | 透过服务资料物件 (SDO) 读取 float。 |
![]() | ReadSdoString | 透过服务资料物件 (SDO) 读取 string。 |
![]() | ReadSdoUInt16 | 透过服务资料物件 (SDO) 读取 ushort。 |
![]() | ReadSdoUInt32 | 透过服务资料物件 (SDO) 读取 uint。 |
![]() | ReadSdoUInt64 | 透过服务资料物件 (SDO) 读取 ulong。 |
![]() | UpdateConfiguration | 透过读取子系统中的模组值以更新模组的值。 |
![]() | WriteSdoObject (byte) | 透过服务资料物件 (SDO) 写入位元组。 |
![]() | WriteSdoObject (byte[]) | 透过服务资料物件 (SDO) 写入位元组阵列。 |
![]() | WriteSdoObject (double) | 透过服务资料物件 (SDO) 写入 double。 |
![]() | WriteSdoObject (short) | 透过服务资料物件 (SDO) 写入 short。 |
![]() | WriteSdoObject (int) | 透过服务资料物件 (SDO) 写入 int。 |
![]() | WriteSdoObject (long) | 透过服务资料物件 (SDO) 写入 long。 |
![]() | WriteSdoObject (sbyte) | 透过服务资料物件 (SDO) 写入 sbyte。 |
![]() | WriteSdoObject (float) | 透过服务资料物件 (SDO) 写入 float。 |
![]() | WriteSdoObject (string) | 透过服务资料物件 (SDO) 写入 string。 |
![]() | WriteSdoObject (ushort) | 透过服务资料物件 (SDO) 写入 ushort。 |
![]() | WriteSdoObject (uint) | 透过服务资料物件 (SDO) 写入 uint。 |
![]() | WriteSdoObject (ulong) | 透过服务资料物件 (SDO) 写入 ulong。 |
属性
名称 | 说明 | |
---|---|---|
![]() | Alias | 轴或 I/O 使用的别名索引,用来取代轴清单或 I/O 清单中的索引。 |
![]() | AliasAddress | 在模组 EEPROM 中定义的装置别名位址。此位址用于识别特定装置,无论其在 EtherCAT 网络上的位置为何。 |
![]() | ExplicitId | 显式 ID 是 EtherCAT 网路上的一个位址,用于识别 EtherCAT 从站。 |
![]() | Index | 装置的索引。 |
![]() | IndexAlias | 装置的别名索引。 |
![]() | Name | 装置的名称。 |
![]() | ProductCode | 装置的产品代码。 |
![]() | RevisionNumber | 装置的修订版号。 |
![]() | SerialNumber | 装置的序号。 |
![]() | Simulation | 检查装置是否处于模拟模式。 |
![]() | Slave | 连结到含有此装置的 EtherCAT 从站。 |
![]() | SlotId | 模组连接的插槽。 |
![]() | Type | 装置类型。 |
![]() | VendorId | 装置的供应商 ID,由 ETG (EtherCAT Technology Group) 提供给 EtherCAT 装置的制造商。 |
参见